Autogenerated HTML docs for v2.6.1-120-g24a00e 
diff --git a/git-stash.txt b/git-stash.txt index 375213f..92df596 100644 --- a/git-stash.txt +++ b/git-stash.txt 
@@ -95,6 +95,8 @@ 	shows the latest one. By default, the command shows the diffstat, but 	it will accept any format known to 'git diff' (e.g., `git stash show 	-p stash@{1}` to view the second most recent stash in patch form). +	You can use stash.showStat and/or stash.showPatch config variables +	to change the default behavior.    pop [--index] [-q|--quiet] [<stash>]::